home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_r.dir / 00019_ÉnÅ[Égï-é¶.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  367 b   |  19 lines

  1. on exitFrame
  2.   global gqzheart
  3.   repeat with n = 35 to 43
  4.     set the visible of sprite n to 1
  5.   end repeat
  6.   if gqzheart < 0 then
  7.     set gqzheart to 0
  8.   end if
  9.   if gqzheart > 9 then
  10.     set gqzheart to 9
  11.   end if
  12.   repeat with n = 43 down to gqzheart + 35
  13.     if gqzheart = 9 then
  14.       exit repeat
  15.     end if
  16.     set the visible of sprite n to 0
  17.   end repeat
  18. end
  19.